nginx location模塊--匹配規則 Location語法語法:location [=|~|~*|^~] /uri/ { … } = --> 開頭表示精確匹配 ^~ --> 開頭表示uri以某個常規字符串開頭,理解為匹 ...